home *** CD-ROM | disk | FTP | other *** search
- CLOCK(3I) Last changed: 1-6-98
-
-
- NNAAMMEE
- CCLLOOCCKK - Returns the current time
-
- SSYYNNOOPPSSIISS
- EEXXTTEERRNNAALL CCLLOOCCKK
- CCAALLLL CCLLOOCCKK ((_t_i_m_e))
-
- IINNTTRRIINNSSIICC CCLLOOCCKK
- CCLLOOCCKK (())
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- CF90 and MIPSpro 7 Fortran 90 compiler extension to Fortran 90
-
- DDEESSCCRRIIPPTTIIOONN
- CCLLOOCCKK obtains the current time, in ASCII _h_h::_m_m::_s_s format, from the
- real-time clock.
-
- As an intrinsic function, CCLLOOCCKK accepts no arguments. The name of
- this intrinsic cannot be passed as an argument.
-
- The following argument is valid when CCLLOOCCKK is called as an external
- subprogram:
-
- _t_i_m_e A variable containing the time in _h_h:_m_m:_s_s format. The data type
- of _t_i_m_e depends on your platform, as follows:
-
- * On UNICOS or UNICOS/mk systems, it must be of type integer,
- CCHHAARRAACCTTEERR**88, or real. If _t_i_m_e is of type integer or real, it
- must be of KKIINNDD==88.
-
- * On IRIX systems, it must be declared as type CCHHAARRAACCTTEERR**88.
-
- RREETTUURRNN VVAALLUUEESS
- When called as an intrinsic function, the data type of the return
- value depends on your platform. On UNICOS and UNICOS/mk systems, the
- return value is of type Boolean. On IRIX systems, it is of type
- CCHHAARRAACCTTEERR**88.
-
- NNOOTTEESS
- For Fortran 90 programs, the CCLLOOCCKK intrinsic function is outmoded.
- Refer to the _F_o_r_t_r_a_n _L_a_n_g_u_a_g_e _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, _V_o_l_u_m_e _3, publication
- SR-3905, for information on outmoded features and their preferred
- standard alternatives.
-
- On IRIX systems, you can use either the intrinsic function form or the
- external subprogram form, but not both, in a single processing unit
- (PU).
-
- SSEEEE AALLSSOO
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
- printed version of this man page.
-
-